Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LW-10737: Credential indexer #1

Merged
merged 1 commit into from
Jul 24, 2024
Merged

LW-10737: Credential indexer #1

merged 1 commit into from
Jul 24, 2024

Conversation

will-break-it
Copy link
Owner

@will-break-it will-break-it commented Jul 19, 2024

Context

The PR's proposes changes to the SDK to support transaction projection indexed by credentials.
Ticket: LW-10737

Proposed Solution

DB Schema/ Entities:

  • Added Credential
  • Added Transaction, including tx cbor field served by ogmios

Mappers:

  • Extended utxo mapper to include txid grouped utxo sets
  • Extended address mapper to include txid grouped output addresses
  • Extended certificate mapper to include txid grouped stake credentials

Projections:

  • Added credential projection
  • Added transaction projection

What solution does not cover

  • currently does not handle byron and pointer addresses

Important Changes Introduced

  • mappers with transaction id groups

Copy link

@iccicci iccicci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job!

@will-break-it will-break-it changed the title Credential indexer LW-10737: Credential indexer Jul 22, 2024
@will-break-it will-break-it marked this pull request as ready for review July 24, 2024 11:28
@will-break-it will-break-it merged commit fde76cf into master Jul 24, 2024
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants